d/tests/gnome-desktop-testing: Skip libostree/test-concurrency.py.test
authorSimon McVittie <smcv@debian.org>
Sun, 10 Jun 2018 12:57:04 +0000 (13:57 +0100)
committerSimon McVittie <smcv@debian.org>
Sun, 10 Jun 2018 12:57:07 +0000 (13:57 +0100)
It does not appear to be completely reliable. (See #901170)

debian/changelog
debian/tests/gnome-desktop-testing

index a6109cfd456e5ff41416aa7839275a453a39d27d..ff8ad16bbaa86be5c0f022244116d1c63eeeeaea 100644 (file)
@@ -1,3 +1,11 @@
+ostree (2018.5-2) UNRELEASED; urgency=medium
+
+  * d/tests/gnome-desktop-testing: Skip libostree/test-concurrency.py.test
+    during autopkgtest. It does not appear to be completely reliable.
+    (See #901170)
+
+ -- Simon McVittie <smcv@debian.org>  Sun, 10 Jun 2018 13:55:29 +0100
+
 ostree (2018.5-1) unstable; urgency=medium
 
   * New upstream release
index c85f13cf6a299449424501da8fbf6aea41e8a977..5cf89bdfd4f48f17acf80ceb9361279c04da63af 100755 (executable)
@@ -11,4 +11,20 @@ unset http_proxy
 unset https_proxy
 unset no_proxy
 
-exec gnome-desktop-testing-runner libostree
+e=0
+
+tests="$(gnome-desktop-testing-runner -l libostree | while read t; do
+       t="${t%% *}"
+
+       case "$t" in
+               (libostree/test-concurrency.py.test)
+                       # https://bugs.debian.org/901170
+                       # https://github.com/ostreedev/ostree/issues/1620
+                       continue
+                       ;;
+       esac
+
+       echo "$t"
+done)"
+
+exec gnome-desktop-testing-runner $tests